Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add iter/cuevery-by package #2838

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

Kaif987
Copy link
Contributor

@Kaif987 Kaif987 commented Aug 27, 2024

Resolves #2336

Description

What is the purpose of this pull request?

This pull request:

  • This pull request adds the @stdlib/array/base/cuevery-by package that cumulatively tests whether every array element in a provided array passes a test implemented by a predicate function

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

This is the initial commit that copies the package from cunone-by package

Ref: stdlib-js#2336
CoAuthored-by: Mohammad Kaif <[email protected]>
@Kaif987 Kaif987 changed the title add: @stdlib/array/base/cunone-by package feat: add @stdlib/array/base/cunone-by package Aug 27, 2024
@Kaif987 Kaif987 changed the title feat: add @stdlib/array/base/cunone-by package feat: add @stdlib/array/base/cuevery-by package Aug 27, 2024
@Kaif987 Kaif987 changed the title feat: add @stdlib/array/base/cuevery-by package feat: add @stdlib/array/iter/cuevery-by package Aug 27, 2024
@Planeshifter Planeshifter changed the title feat: add @stdlib/array/iter/cuevery-by package feat: add @stdlib/iter/cuevery-by package Sep 7, 2024
@Planeshifter Planeshifter self-requested a review September 7, 2024 19:42
@Planeshifter Planeshifter added the Needs Review A pull request which needs code review. label Sep 7, 2024
@Planeshifter Planeshifter changed the title feat: add @stdlib/iter/cuevery-by package feat: add iter/cuevery-by package Sep 8, 2024
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@Planeshifter Planeshifter added Ready To Merge A pull request which is ready to be merged. and removed Needs Review A pull request which needs code review. labels Oct 9, 2024
@stdlib-bot
Copy link
Contributor

PR Commit Message

feat: add `iter/cuevery-by` package

PR-URL: https://github.com/stdlib-js/stdlib/pull/2838
Closes: https://github.com/stdlib-js/stdlib/issues/2336

Co-authored-by: Kaif Mohd <[email protected]>
Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit d90fdb9 into stdlib-js:develop Oct 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready To Merge A pull request which is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: add @stdlib/iter/cuevery-by
3 participants